entered into RCS
authorRichard M. Stallman <rms@gnu.org>
Sat, 5 Jun 1993 20:00:43 +0000 (20:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 5 Jun 1993 20:00:43 +0000 (20:00 +0000)
lisp/timezone.el

index 8f3335d17d90093f14f4b655dec197ed96c718bf..defd6451238a0d7805d1a86f55fc01bf3ec1060c 100644 (file)
@@ -272,8 +272,7 @@ Gregorian date Sunday, December 31, 1 BC."
                 (and (car zone) zone))))))
 
 (defun timezone-fix-time (date local timezone)
-  "Find the time represented by the string DATE (with default timezone LOCAL),
-and represent it as a YY-MM-DD-HH-MM-SS-TIMEZONE vector.
+  "Convert DATE (default timezone LOCAL) to YYYY-MM-DD-HH-MM-SS-ZONE vector.
 If LOCAL is nil, it is assumed to be GMT.
 If TIMEZONE is nil, use the local time zone."
   (let* ((date   (timezone-parse-date date))